home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / com / kongregate / as3 / client / services / StatServiceShadow.as < prev    next >
Encoding:
Text File  |  2011-08-19  |  748 b   |  37 lines

  1.  
  2. {
  3.    if(true)
  4.    {
  5.       StatServiceShadow = ┬º┬ºnewclass(StatServiceShadow,AbstractShadowService);
  6.    }
  7. }
  8.  
  9. package com.kongregate.as3.client.services
  10. {
  11.    public class StatServiceShadow extends AbstractShadowService implements IStatServices
  12.    {
  13.        
  14.       
  15.       public function StatServiceShadow()
  16.       {
  17.          super();
  18.       }
  19.       
  20.       public function submitArray(param1:Array) : void
  21.       {
  22.          if(true)
  23.          {
  24.             alert("IStatServices","submitArray",arguments);
  25.          }
  26.       }
  27.       
  28.       public function submit(param1:String, param2:Number) : void
  29.       {
  30.          if(true)
  31.          {
  32.             alert("IStatServices","submitStat",arguments);
  33.          }
  34.       }
  35.    }
  36. }
  37.